# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.676.14.27 -> 1.676.14.28 # kernel/exec_domain.c 1.8 -> 1.9 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/09/27 bjorn_helgaas@hp.com 1.676.14.28 # Remove "set personality" printk. # -------------------------------------------- # diff -Nru a/kernel/exec_domain.c b/kernel/exec_domain.c --- a/kernel/exec_domain.c Wed Oct 8 09:07:26 2003 +++ b/kernel/exec_domain.c Wed Oct 8 09:07:26 2003 @@ -196,8 +196,6 @@ put_exec_domain(oep); - printk(KERN_DEBUG "[%s:%d]: set personality to %lx\n", - current->comm, current->pid, personality); return 0; }